Start DTRACE32 and it registers itself to the Win95/NT40 Task-Tray. By clicking
on its icon you open the main-form with a list of all events occured so far.
By double-clicking on the tray-icon the main-form hides again.
Debug messages can be sent with three levels of severity:
Information,Warning and Error
The levels are represented by tiny icons known from the NT Event Viewer.
If you click on an event, you get detailed information about the event in the statusbar
of DTrace32. If no MAP-file is available, the name of the calling application, the address of the calling routine and the timestamp of the message are displayed.
If a detailed MAP-file exists, the name of the calling procedure, the modulename where the procedure
can be found and the line-number in the module are displayed also.
To send debug-messages simply include the unit UTRACE in the module you want to monitor and use
the procedures provided by the dll. The procedures are always present in two forms,
a standard form that simply displays a text and a *fmt version that accepts format strings
as used in StrFmt and FmtStr.
The units provides you with the following functions: